Add "ostree admin instutil", move selinux-ensure-labeled there
authorColin Walters <walters@verbum.org>
Mon, 17 Mar 2014 16:28:36 +0000 (12:28 -0400)
committerColin Walters <walters@verbum.org>
Wed, 19 Mar 2014 13:49:55 +0000 (09:49 -0400)
commit24b1e9c0acd6778e156b667348f4cf922aac013c
treef8470b802b4fd2e994d2df1340c60f1ef7dbc40d
parenta10ddca1da7193cb48520776917b9c35c3880a96
Add "ostree admin instutil", move selinux-ensure-labeled there

There are going to be a few utilities that are only useful for
installers and disk image creation tools.  Let's not expose them all
at the toplevel; instead, hide them under "instutil".
Makefile-ostree.am
src/ostree/ot-admin-builtin-instutil.c [new file with mode: 0644]
src/ostree/ot-admin-builtin-selinux-ensure-labeled.c [deleted file]
src/ostree/ot-admin-builtins.h
src/ostree/ot-admin-instutil-builtin-selinux-ensure-labeled.c [new file with mode: 0644]
src/ostree/ot-admin-instutil-builtins.h [new file with mode: 0644]
src/ostree/ot-builtin-admin.c